home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Libraries / MPWTool / MATool.lib.MAMake < prev    next >
Encoding:
Text File  |  1996-04-03  |  1.3 KB  |  57 lines  |  [TEXT/MPS ]

  1. # MATool.lib.MAMake
  2. # Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
  3.  
  4. ##########
  5.  
  6. #    MAHeader = MATool.h
  7. #    CWHeader = CWMAToolHdr.h
  8. #    CWTool = "{XAppPath}CW MPWTool:"
  9. #    CWObj = {CWTool}
  10. #    
  11. #    MACPlusPaths = ∂
  12. #        -i "{IncApp}" ∂
  13. #        -i "{MACoreIncludes}" ∂
  14. #        -i "{CIncludes}"
  15. #    
  16. #    MARezPaths = ∂
  17. #        -i "{IncApp}" -s "{ObjApp}" ∂
  18. #        -i "{MACoreIncludes}" -s "{MACoreObj}" ∂
  19. #        -i "{CIncludes}"
  20.  
  21. ##########
  22.  
  23. LibName = MATool.lib
  24.  
  25. LibObjs = ∂
  26.     {CPlusLoadObj} ∂
  27.     "{ObjApp}"UCPlusTool.cp.o
  28.     
  29. MacAppRIntf = ∂
  30.     "{MACoreIncludes}MACoreDefault.r" ∂
  31.     "{MACoreIncludes}MACoreTypes.r"
  32.  
  33. MacAppResources = ∂
  34.     "{MACoreObj}"CoreDefaults.rsrc ∂
  35.     "{MACoreObj}"Memory.rsrc
  36.  
  37. BuildingBlocksResources =
  38.  
  39. # Give additional dependencies for the other files to be built
  40.  
  41. "{ObjApp}"UCPlusTool.cp.o    ƒ  ∂
  42.     "{IncApp}"UCPlusTool.h ∂
  43.     "{MACoreIncludes}"MacAppTypes.h ∂
  44.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  45.     "{MACoreIncludes}"PascalString.h ∂
  46.     "{MACoreIncludes}"UAssociation.h ∂
  47.     "{MACoreIncludes}"UClassDesc.h ∂
  48.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  49.     "{MACoreIncludes}"UCoreGlobals.h ∂
  50.     "{MACoreIncludes}"UCoreUtilities.h ∂
  51.     "{MACoreIncludes}"UDynamicArray.h ∂
  52.     "{MACoreIncludes}"UList.h ∂
  53.     "{MACoreIncludes}"UniversalStartup.h ∂
  54.     "{MACoreIncludes}"UObject.h ∂
  55.     "{MACoreIncludes}"UPointerObject.h
  56.  
  57.